/* general classes */
BODY  {
	font-family : Helvetica, Verdana, Arial, "MS sans serif";
	font-size : 11px;
	background : White;
	color : Black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

A {
	/* font-family : Helvetica, Verdana, Arial, sans-serif; */
	/* font-size : 11px; */
	text-decoration : underline;
	color : Black;
}

A:HOVER {
	text-decoration : underline;	
	color : Black;
}

th, td {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
}

HR {
	border : 1px solid #D3D3D3;
}

.error {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Red;
}

.info {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : #FFFFFF;
	color : Black;
}

.sideboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
/*	background : #666666; */
	color : Black;
}

.plainboxtitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    font-weight : bold;
	background : #ADD1FF;
	border-top : 1px solid #4D8AFF;
	border-bottom : 1px solid #4D8AFF;
	color : #333333;

}

.plainboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : #CCE6FF;
	color : #333333;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #4D8AFF;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : White;
}

.centerboxtitle {
	background : #ADD1FF;
	border-bottom : 1px solid #4D8AFF;
	border-top : 1px solid #4D8AFF;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

.pgprocessed {
	color: #ADADAD;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
}

.topbarsep {
    font-family : Helvetica,Verdana,arial,MS sans serif;
    font-size : 11px;
    color : #000000;
    font-weight : normal;
}

.sideboxtexthover {
	background : #999999;
}

/* user card */
.userexttable {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : White;
	background : #333333;
}

.usertoppanel {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : #EAEAEA;
	color : #333333;
}

.userbottompanel {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : #FAFAFA;
	color : #333333;
}

.myaccount1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #CDCDCD;
	color : #333333;
}

.myaccount2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EFEFEF;
	color : #333333;
}